SautinSoft RTF to HTML .Net v6.0.3.10 (Full Version)
"SDK to convert RTF to HTML in C# and .Net" | |
![]() «RTF to HTML .Net» is 100% written in C# .Net assembly which provides a wide set of API for develolopers. It gives you ability to add these functions: |
"How to convert RTF to HTML in C# and .Net" | |
![]() With the help of "RTF to HTML .Net", any .Net application can easily convert RTF documents to HTML and XHTML format. For example, to convert a RTF to HTML in C# you will only need to add a reference to the .dll and type a few lines of code: 1.SautinSoft.RtfToHtml r = new SautinSoft.RtfToHtml(); 2.r.OpenRtf(@"c:\Quiet Flows the Don.rtf"); 3. 4.r.OutputFormat = SautinSoft.RtfToHtml.eOutputFormat.HTML_5; 5.r.ToHtml(@"c:\Quiet Flows the Don.html"); The library gives you a full set of API to convert RTF to HTML. Furthermore, during conversion to HTML you may adjust following:
|
6.0.3.10 - March 10th, 2016. We are happy to offer new «RTF to HTML .Net» 6.0! Let's see the details:
- The main innovation is adding of DOCX to HTML conversion direction officially. All previous versions had limited support of DOCX format and worked in beta mode.
«RTF to HTML .Net» has got new powerful DOCX engine from Document .Net library. With help of this innovation, the component now can convert rich formatted and complex DOCX documents to HTML5.
- Thanks to the properties PreserveDocumentWidth, PreserveDocumentMargins and ImageFolder specified by default in this version the resulted HTML looks exactly the same as input Word (RTF, DOCX).
- Added the interface IDisposable into the class SautinImage to prevent the memory leaking.
- Added the new property ExceptionList . It helps to get list with all arisen exceptions during the one conversion cycle.
- Fixed the issie with conversion of images which stored in RTF as DiBitmap data.
- Fixed minor issues with some types of Unicode and tables.

